home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gcc / ixemlsdk.lha / include / values.h < prev    next >
C/C++ Source or Header  |  1996-03-13  |  137b  |  12 lines

  1. /* a little present for C++ .. */
  2.  
  3. #ifndef _VALUES_H
  4. #define _VALUES_H
  5.  
  6. #include <float.h>
  7. #include <limits.h>
  8.  
  9. #endif    /* _VALUES_H */
  10.  
  11.  
  12.